.myworks{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
}
.workheading{
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color:#806748;
    border: 1px solid black;*/
    color: rgb(0, 0, 0);
    width: 100%;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: fantasy;
    opacity: .8;
}
.projects{
   display: flex;
   flex-direction: column;
   width: 100%;
   height: auto;

}
.projecthead{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:transparent;
    border: 1px solid black;
    width: 100%;
    height: auto;
}
.projecthead:hover{
    background-color:#a0805b;
}
.row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}
.circle{
    border-radius: 100%;
    border: 2px solid black;
    width: 15%;
    height: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   cursor: pointer;
}
.circle:hover{
    background-color: #806748;
}
.writeup{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    
    
    font-size: smaller;
}
.writeup span{
    font-size: larger;
    font-family: cursive;
    font-kerning: auto;
    text-decoration: underline;
    height: 10%;
}
.para{
    width: 100%;
    height: 70%;
     
     font-family: cursive;
}
.links{
    height: 20%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.links a{
    margin: 12px;
}
.square{
    margin: 20px;
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    background-color: #c8b083;
}
.square img{
    margin: 10px;
    padding: 10px;
    width: 100%;
    height: 15rem;

}
.internabout{
    margin: 10px;
    padding: 10px;
    width: 100%;
    height: 30%;
    display: block;
    font-family: cursive;
}
.internititle{
    text-transform: capitalize;
    text-decoration: underline;
    color:rgb(231, 225, 222);
    width: auto;
}

.circleme{
   
    border-radius: 100%;
    
    width: 45%;
    
}
.circleme img{
    width: 100%;
    height: 80%;
    padding: 5px;
    border-radius: 35%;
    border: 3px solid #553e25 ;
}
.sqaureme{
    background-color: #a0805b;
    font-family: cursive;
    width: 55%;
}
.rowx{
    display: flex;
    flex-direction: column;
    
    padding: 1.5rem;
}


.extrame {
    width: 100%;
    
    
}
.elements{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20%;
}
.backimg i{
    margin: .85rem;
}
.internititle{
    font-weight:bolder;
}
.iimg{
    transition: transform .2s ease;
}
.iimg:hover{
    transform: scale(.85);
}
.square:hover{
    background-color: #806748;
}
.extrame{
    width: 100%;
    
}
.elements{
   
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    
}
.sqaureme{
    display: none;

}
.rowx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.circleme{
    margin: 5px;
}
.sqaureme{
    transition: tranform .5s ease;
}






